var testing.cpuProfile
5 uses
testing (current package)
testing.go#L469: cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to `file`")
testing.go#L502: cpuProfile *string
testing.go#L2605: if *cpuProfile != "" {
testing.go#L2606: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L2707: if *cpuProfile != "" {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)